-
Notifications
You must be signed in to change notification settings - Fork 417
WIP: Moto G7 (river) Support #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| / { | ||
| model = "Qualcomm Technologies, Inc. SDM632 + PMI632 MTP S3"; | ||
| compatible = "qcom,sdm632-mtp", "qcom,sdm632", "qcom,mtp"; | ||
| qcom,msm-id = <0x15d 0x00>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| qcom,msm-id = <0x15d 0x00>; | |
| qcom,msm-id = <QCOM_ID_SDM632 0>; |
| @@ -0,0 +1,29 @@ | |||
| // SPDX-License-Identifier: GPL-2.0-only | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // SPDX-License-Identifier: GPL-2.0-only | |
| // SPDX-License-Identifier: BSD-3-Clause |
if possible, we try to align to the modern Linux practice for dts.
| #include <motorola-carrier-channel-ids.dtsi> | ||
|
|
||
| / { | ||
| model = "Qualcomm Technologies, Inc. SDM632 + PMI632 MTP S3"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which of the lines in / {} are actually required for the device to boot?
(edit: I now see the device didn't yet boot properly, we usually try to minimize the amount of stuff in / where possible, but that can be figured out later, when the device actually boots to lk2nd)
Since it is an SDM632 device you will need to make simple |
Simple device tree files that should enable support for the Motorola Moto G7, but the boot loops.
If anyone has access to this device with a serial cable, that would be very helpful for debugging.